home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Cosmic Defender.swf / scripts / frame_24 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  137 b   |  5 lines

  1. delete _root.onEnterFrame;
  2. _root.RemoveAll();
  3. _root.tip_str = _root.tip_array[Math.floor(Math.random() * tip_array.length)];
  4. stop();
  5.